From: Jim Blandy Date: Sat, 10 Apr 1993 06:16:34 +0000 (+0000) Subject: * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96559 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=51509df90c0966121bb8dafdb29de6721f9ff01b;p=emacs.git * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 73a80f281c1..85c7207159d 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -15,7 +15,7 @@ SHELL = /bin/sh # ==================== Things `configure' might edit ==================== CC=cc -CONFIG_CFLAGS=-g +DEFS=-g C_SWITCH_SYSTEM= LOADLIBES= version=version-not-set @@ -100,7 +100,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ ### Some other files - those shared with other GNU utilities - need ### HAVE_CONFIG_H #defined before they know they can take advantage of ### the information in ../src/config.h. -CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src +CFLAGS=${DEFS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src all: ${EXECUTABLES}